type runtime.mLockProfile
8 uses
runtime (current package)
mprof.go#L651: type mLockProfile struct {
mprof.go#L660: func (prof *mLockProfile) start() int64 {
mprof.go#L667: func (prof *mLockProfile) end(start int64) {
mprof.go#L679: func (prof *mLockProfile) recordUnlock(cycles int64) {
mprof.go#L712: func (prof *mLockProfile) captureStack() {
mprof.go#L755: func (prof *mLockProfile) store() {
mprof.go#L761: func (prof *mLockProfile) storeSlow() {
runtime2.go#L680: mLockProfile mLockProfile // fields relating to runtime.lock contention
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |